Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Lines | 3 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | View Code Duplication | "use strict"; |
|
34 | this.rateLimits.forEach(function (rateLimit) { |
||
35 | active.push(rateLimit.getTimeLeft()); |
||
36 | }); |
||
37 | return active; |
||
42 | //# sourceMappingURL=ratelimiter.js.map |